golang/xenlight: define StringList builtin type
authorNick Rosbrook <rosbrookn@ainfosec.com>
Mon, 16 Dec 2019 18:08:02 +0000 (18:08 +0000)
committerGeorge Dunlap <george.dunlap@citrix.com>
Mon, 16 Dec 2019 18:08:02 +0000 (18:08 +0000)
commitc80a9da01a58d268fad6c32b3a4ad21fcc21d762
tree1debb05010aee104a460f9c0aadebc5126e72cf6
parent7a05fcff7f64b7789042b2379d2de7bf17df1c37
golang/xenlight: define StringList builtin type

Define StringList as []string an implement fromC and toC functions.

Signed-off-by: Nick Rosbrook <rosbrookn@ainfosec.com>
Reviewed-by: George Dunlap <george.dunlap@citrix.com>
tools/golang/xenlight/xenlight.go